Skip to content

compiler: add llvm.ident metadata #3491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2023
Merged

compiler: add llvm.ident metadata #3491

merged 1 commit into from
Feb 27, 2023

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented Feb 27, 2023

This metadata is emitted by Clang and I found it is important for source level debugging on MacOS. This patch does not get source level debugging to work yet (for that, it seems like packages need to be built separately), but it is a step in the right direction.

Extracted from #3489 because it isn't really related to ThinLTO.

This metadata is emitted by Clang and I found it is important for source
level debugging on MacOS. This patch does not get source level debugging
to work yet (for that, it seems like packages need to be built
separately), but it is a step in the right direction.
@deadprogram deadprogram merged commit ea183e9 into dev Feb 27, 2023
@deadprogram deadprogram deleted the debug-llvm-ident branch February 27, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants